home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / iconmanager / whatis / include / libraries / whatis.i < prev    next >
Text File  |  1994-02-07  |  754b  |  52 lines

  1.     IFND    LIBRARIES_WHATIS_I
  2. LIBRARIES_DOS_I SET    1
  3. **
  4. **    $Filename: libraries/whatis.i $
  5. **    $Release: 1.00 $
  6. **    $Revision: 1.00 $
  7. **    $Date: 13/1/94 $
  8. **
  9. **    whatis.library include file
  10. **
  11. **    (C) Copyright 1994 Alex Taylor
  12. **        All Rights Reserved
  13. **
  14.  
  15.     IFND    UTILITY_TAGITEM_I
  16.     INCLUDE    "utility/tagitem.i"
  17.     ENDC
  18.  
  19. WHATISNAME    MACRO
  20.             DC.B    'whatis.library',0
  21.     ENDM
  22.  
  23.  
  24. * FileTypes
  25.  
  26. TYPE_UNSCANNED        = 0
  27. TYPE_UNKNOWNFILETYPE    = $0000FFFE
  28. TYPE_UNKNOWNIDSTRING    = $FFFFFFFF
  29.  
  30.  
  31. * Scan types
  32.  
  33. LIGHTTYPE        = 0
  34. DEEPTYPE        = 1
  35.  
  36.  
  37. * Tags for WhatIs()
  38.  
  39. WI_FIB            = TAG_USER + 202
  40. WI_Deep            = TAG_USER + 203
  41. WI_Buffer        = TAG_USER + 204
  42. WI_BufLen        = TAG_USER + 205
  43. WI_DLX            = TAG_USER + 206
  44. WI_DLT            = TAG_USER + 207
  45.  
  46.  
  47. * Misc
  48.  
  49. WBF_UPDATEFILETYPE    = 1
  50.     
  51.     ENDC    ; LIBRARIES_WHATIS_I
  52.